Html Css Color HEX #75722F Crete

📋 copy color: '#75722F'

red 117 ◦ green 114 ◦ blue 47

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

Shades of Crete #75722F

Tints of Crete #75722F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.01%

 BLUE value IS 47 (18.75% from 255) = 16.91%

R = 42.09%
G = 41.01%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#75722F (or 0x75722F) is known color: Crete. HEX triplet: 75, 72 and 2F. RGB value is (117,114,47). Sum of RGB (Red+Green+Blue) = 117+114+47=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #75722F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75722F is #8A8DD0. Grayscale: #6B6B6B. Windows color (decimal): -9080273 or 3109493. OLE color: 3109493.

HSL color Cylindrical-coordinate representation of color #75722F: hue angle of 57.43º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75722F is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 114 47 -
CMYK 0 0.03 0.60 0.54
HSL 57.43º 0.43% 0.32% -
HSV(B) 57.43º 0.6% 0.46% -
XYZ 13.87 16.02 5.05 -
YUV 107.26 93.99 134.95 -
System Red Green Blue C M Y K H S L
Decimal 117 114 47 0 0.03 0.60 0.54 57.43 0.43 0.32
Hex 75 72 2F 0 3 3C 36 39 2B 20
Octal 165 162 57 0 3 74 66 71 53 40
Binary 1110101 1110010 101111 0 11 111100 110110 111001 101011 100000

Color Harmonies of #75722F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75722F

Black with #75722F

Text Example


Text Example

White with #75722F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75722F; }

 p { color: rgb(117,114,47); }

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

background-color css

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

 a { background-color: rgb(117,114,47); }

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

border-color css

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

 span { border-color: rgb(117,114,47); }

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