Html Css Color HEX #74827B Sirocco

📋 copy color: '#74827B'

red 116 ◦ green 130 ◦ blue 123

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

Shades of Sirocco #74827B

Tints of Sirocco #74827B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.23%

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

R = 31.44%
G = 35.23%
B = 33.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#74827B (or 0x74827B) is known color: Sirocco. HEX triplet: 74, 82 and 7B. RGB value is (116,130,123). Sum of RGB (Red+Green+Blue) = 116+130+123=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 130 - color contains mainly: green. Hex color #74827B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74827B is #8B7D84. Grayscale: #7D7D7D. Windows color (decimal): -9141637 or 8094324. OLE color: 8094324.

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

Color convert

RGB 116 130 123 -
CMYK 0.11 0 0.05 0.49
HSL 150º 0.06% 0.48% -
HSV(B) 150º 0.11% 0.51% -
XYZ 18.76 21.11 21.82 -
YUV 125.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 116 130 123 0.11 0 0.05 0.49 150 0.06 0.48
Hex 74 82 7B B 0 5 31 96 6 30
Octal 164 202 173 13 0 5 61 226 6 60
Binary 1110100 10000010 1111011 1011 0 101 110001 10010110 110 110000

Color Harmonies of #74827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74827B

Black with #74827B

Text Example


Text Example

White with #74827B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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