Html Css Color HEX #75817B Sirocco

📋 copy color: '#75817B'

red 117 ◦ green 129 ◦ blue 123

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

Shades of Sirocco #75817B

Tints of Sirocco #75817B

RGB

 RED value IS 117 (46.09% from 255) = 31.71%

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

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

R = 31.71%
G = 34.96%
B = 33.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#75817B (or 0x75817B) is known color: Sirocco. HEX triplet: 75, 81 and 7B. RGB value is (117,129,123). Sum of RGB (Red+Green+Blue) = 117+129+123=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 129 - color contains mainly: green. Hex color #75817B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75817B is #8A7E84. Grayscale: #7C7C7C. Windows color (decimal): -9076357 or 8094069. OLE color: 8094069.

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

Color convert

RGB 117 129 123 -
CMYK 0.09 0 0.05 0.49
HSL 150º 0.05% 0.48% -
HSV(B) 150º 0.09% 0.51% -
XYZ 18.76 20.91 21.79 -
YUV 124.73 127.02 122.49 -
System Red Green Blue C M Y K H S L
Decimal 117 129 123 0.09 0 0.05 0.49 150 0.05 0.48
Hex 75 81 7B 9 0 5 31 96 5 30
Octal 165 201 173 11 0 5 61 226 5 60
Binary 1110101 10000001 1111011 1001 0 101 110001 10010110 101 110000

Color Harmonies of #75817B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75817B

Black with #75817B

Text Example


Text Example

White with #75817B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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