Html Css Color HEX #74837B Sirocco

📋 copy color: '#74837B'

red 116 ◦ green 131 ◦ blue 123

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

Shades of Sirocco #74837B

Tints of Sirocco #74837B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.41%

 BLUE value IS 123 (48.44% from 255) = 33.24%

R = 31.35%
G = 35.41%
B = 33.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#74837B (or 0x74837B) is known color: Sirocco. HEX triplet: 74, 83 and 7B. RGB value is (116,131,123). Sum of RGB (Red+Green+Blue) = 116+131+123=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 131 - color contains mainly: green. Hex color #74837B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74837B is #8B7C84. Grayscale: #7D7D7D. Windows color (decimal): -9141381 or 8094580. OLE color: 8094580.

HSL color Cylindrical-coordinate representation of color #74837B: hue angle of 148º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #74837B is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 131 123 -
CMYK 0.11 0 0.06 0.49
HSL 148º 0.06% 0.48% -
HSV(B) 148º 0.11% 0.51% -
XYZ 18.89 21.38 21.87 -
YUV 125.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 116 131 123 0.11 0 0.06 0.49 148 0.06 0.48
Hex 74 83 7B B 0 6 31 94 6 30
Octal 164 203 173 13 0 6 61 224 6 60
Binary 1110100 10000011 1111011 1011 0 110 110001 10010100 110 110000

Color Harmonies of #74837B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74837B

Black with #74837B

Text Example


Text Example

White with #74837B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74837B; }

 p { color: rgb(116,131,123); }

 H1.HeaderClassName
 {
   color: #74837B;
 }
 .AnyTagClassName
 {
   color: #74837B;
 }
</style>

background-color css

<style>
 a { background-color: #74837B; }

 a { background-color: rgb(116,131,123); }

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

border-color css

<style>
 span { border-color: #74837B; }

 span { border-color: rgb(116,131,123); }

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