Html Css Color HEX #74817B Sirocco

📋 copy color: '#74817B'

red 116 ◦ green 129 ◦ blue 123

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

Shades of Sirocco #74817B

Tints of Sirocco #74817B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.05%

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

R = 31.52%
G = 35.05%
B = 33.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#74817B (or 0x74817B) is known color: Sirocco. HEX triplet: 74, 81 and 7B. RGB value is (116,129,123). Sum of RGB (Red+Green+Blue) = 116+129+123=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 129 - color contains mainly: green. Hex color #74817B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74817B is #8B7E84. Grayscale: #7C7C7C. Windows color (decimal): -9141893 or 8094068. OLE color: 8094068.

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

Color convert

RGB 116 129 123 -
CMYK 0.10 0 0.05 0.49
HSL 152.31º 0.05% 0.48% -
HSV(B) 152.31º 0.1% 0.51% -
XYZ 18.63 20.84 21.78 -
YUV 124.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 116 129 123 0.10 0 0.05 0.49 152.31 0.05 0.48
Hex 74 81 7B A 0 5 31 98 5 30
Octal 164 201 173 12 0 5 61 230 5 60
Binary 1110100 10000001 1111011 1010 0 101 110001 10011000 101 110000

Color Harmonies of #74817B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74817B

Black with #74817B

Text Example


Text Example

White with #74817B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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