Html Css Color HEX #938A74 Pale Oyster

📋 copy color: '#938A74'

red 147 ◦ green 138 ◦ blue 116

#938A74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Oyster #938A74

Tints of Pale Oyster #938A74

RGB

 RED value IS 147 (57.81% from 255) = 36.66%

 GREEN value IS 138 (54.3% from 255) = 34.41%

 BLUE value IS 116 (45.7% from 255) = 28.93%

R = 36.66%
G = 34.41%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#938A74 (or 0x938A74) is known color: Pale Oyster. HEX triplet: 93, 8A and 74. RGB value is (147,138,116). Sum of RGB (Red+Green+Blue) = 147+138+116=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 147 - color contains mainly: red. Hex color #938A74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A74 is #6C758B. Grayscale: #8A8A8A. Windows color (decimal): -7107980 or 7637651. OLE color: 7637651.

HSL color Cylindrical-coordinate representation of color #938A74: hue angle of 42.58º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #938A74 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 138 116 -
CMYK 0 0.06 0.21 0.42
HSL 42.58º 0.13% 0.52% -
HSV(B) 42.58º 0.21% 0.58% -
XYZ 24.27 25.64 20.19 -
YUV 138.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 147 138 116 0 0.06 0.21 0.42 42.58 0.13 0.52
Hex 93 8A 74 0 6 15 2A 2B D 34
Octal 223 212 164 0 6 25 52 53 15 64
Binary 10010011 10001010 1110100 0 110 10101 101010 101011 1101 110100

Color Harmonies of #938A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938A74

Black with #938A74

Text Example


Text Example

White with #938A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938A74; }

 p { color: rgb(147,138,116); }

 H1.HeaderClassName
 {
   color: #938A74;
 }
 .AnyTagClassName
 {
   color: #938A74;
 }
</style>

background-color css

<style>
 a { background-color: #938A74; }

 a { background-color: rgb(147,138,116); }

 div.DivClassName
 {
   background-color: #938A74;
 }
 .BgClassName
 {
   background-color: #938A74;
 }
</style>

border-color css

<style>
 span { border-color: #938A74; }

 span { border-color: rgb(147,138,116); }

 td.TdClassName
 {
   border-color: #938A74;
 }
 .TagClassName
 {
   border-color: #938A74;
 }
</style>