Html Css Color HEX #74817A Sirocco

📋 copy color: '#74817A'

red 116 ◦ green 129 ◦ blue 122

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

Shades of Sirocco #74817A

Tints of Sirocco #74817A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.24%

R = 31.61%
G = 35.15%
B = 33.24%

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

#74817A (or 0x74817A) is known color: Sirocco. HEX triplet: 74, 81 and 7A. RGB value is (116,129,122). Sum of RGB (Red+Green+Blue) = 116+129+122=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 129 - color contains mainly: green. Hex color #74817A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74817A is #8B7E85. Grayscale: #7C7C7C. Windows color (decimal): -9141894 or 8028532. OLE color: 8028532.

HSL color Cylindrical-coordinate representation of color #74817A: hue angle of 147.69º 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 #74817A is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 129 122 -
CMYK 0.10 0 0.05 0.49
HSL 147.69º 0.05% 0.48% -
HSV(B) 147.69º 0.1% 0.51% -
XYZ 18.57 20.82 21.45 -
YUV 124.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 116 129 122 0.10 0 0.05 0.49 147.69 0.05 0.48
Hex 74 81 7A A 0 5 31 94 5 30
Octal 164 201 172 12 0 5 61 224 5 60
Binary 1110100 10000001 1111010 1010 0 101 110001 10010100 101 110000

Color Harmonies of #74817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74817A

Black with #74817A

Text Example


Text Example

White with #74817A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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