Html Css Color HEX #075729 Crusoe

📋 copy color: '#075729'

red 7 ◦ green 87 ◦ blue 41

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

Shades of Crusoe #075729

Tints of Crusoe #075729

RGB

 RED value IS 7 (3.13% from 255) = 5.19%

 GREEN value IS 87 (34.38% from 255) = 64.44%

 BLUE value IS 41 (16.41% from 255) = 30.37%

R = 5.19%
G = 64.44%
B = 30.37%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#075729 (or 0x075729) is known color: Crusoe. HEX triplet: 07, 57 and 29. RGB value is (7,87,41). Sum of RGB (Red+Green+Blue) = 7+87+41=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 87 (34.38% from 255 or 64.44% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 87 - color contains mainly: green. Hex color #075729 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075729 is #F8A8D6. Grayscale: #393939. Windows color (decimal): -16296151 or 2709255. OLE color: 2709255.

HSL color Cylindrical-coordinate representation of color #075729: hue angle of 145.5º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075729 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB 7 87 41 -
CMYK 0.92 0 0.53 0.66
HSL 145.5º 0.85% 0.18% -
HSV(B) 145.5º 0.92% 0.34% -
XYZ 3.9 7.02 3.25 -
YUV 57.84 118.5 91.74 -
System Red Green Blue C M Y K H S L
Decimal 7 87 41 0.92 0 0.53 0.66 145.5 0.85 0.18
Hex 7 57 29 5C 0 35 42 92 55 12
Octal 7 127 51 134 0 65 102 222 125 22
Binary 111 1010111 101001 1011100 0 110101 1000010 10010010 1010101 10010

Color Harmonies of #075729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075729

Black with #075729

Text Example


Text Example

White with #075729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075729; }

 p { color: rgb(7,87,41); }

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

background-color css

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

 a { background-color: rgb(7,87,41); }

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

border-color css

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

 span { border-color: rgb(7,87,41); }

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