Html Css Color HEX #74877D Sirocco

📋 copy color: '#74877D'

red 116 ◦ green 135 ◦ blue 125

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

Shades of Sirocco #74877D

Tints of Sirocco #74877D

RGB

 RED value IS 116 (45.7% from 255) = 30.85%

 GREEN value IS 135 (53.13% from 255) = 35.9%

 BLUE value IS 125 (49.22% from 255) = 33.24%

R = 30.85%
G = 35.9%
B = 33.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#74877D (or 0x74877D) is known color: Sirocco. HEX triplet: 74, 87 and 7D. RGB value is (116,135,125). Sum of RGB (Red+Green+Blue) = 116+135+125=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 135 - color contains mainly: green. Hex color #74877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74877D is #8B7882. Grayscale: #808080. Windows color (decimal): -9140355 or 8226676. OLE color: 8226676.

HSL color Cylindrical-coordinate representation of color #74877D: hue angle of 148.42º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #74877D is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 135 125 -
CMYK 0.14 0 0.07 0.47
HSL 148.42º 0.08% 0.49% -
HSV(B) 148.42º 0.14% 0.53% -
XYZ 19.57 22.52 22.72 -
YUV 128.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 116 135 125 0.14 0 0.07 0.47 148.42 0.08 0.49
Hex 74 87 7D E 0 7 2F 94 8 31
Octal 164 207 175 16 0 7 57 224 10 61
Binary 1110100 10000111 1111101 1110 0 111 101111 10010100 1000 110001

Color Harmonies of #74877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74877D

Black with #74877D

Text Example


Text Example

White with #74877D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74877D; }

 p { color: rgb(116,135,125); }

 H1.HeaderClassName
 {
   color: #74877D;
 }
 .AnyTagClassName
 {
   color: #74877D;
 }
</style>

background-color css

<style>
 a { background-color: #74877D; }

 a { background-color: rgb(116,135,125); }

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

border-color css

<style>
 span { border-color: #74877D; }

 span { border-color: rgb(116,135,125); }

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