Html Css Color HEX #727738 Crete

📋 copy color: '#727738'

red 114 ◦ green 119 ◦ blue 56

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

Shades of Crete #727738

Tints of Crete #727738

RGB

 RED value IS 114 (44.92% from 255) = 39.45%

 GREEN value IS 119 (46.88% from 255) = 41.18%

 BLUE value IS 56 (22.27% from 255) = 19.38%

R = 39.45%
G = 41.18%
B = 19.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#727738 (or 0x727738) is known color: Crete. HEX triplet: 72, 77 and 38. RGB value is (114,119,56). Sum of RGB (Red+Green+Blue) = 114+119+56=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 119 - color contains mainly: green. Hex color #727738 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727738 is #8D88C7. Grayscale: #6E6E6E. Windows color (decimal): -9275592 or 3700594. OLE color: 3700594.

HSL color Cylindrical-coordinate representation of color #727738: hue angle of 64.76º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #727738 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 119 56 -
CMYK 0.04 0 0.53 0.53
HSL 64.76º 0.36% 0.34% -
HSV(B) 64.76º 0.53% 0.47% -
XYZ 14.25 17.06 6.28 -
YUV 110.32 97.34 130.62 -
System Red Green Blue C M Y K H S L
Decimal 114 119 56 0.04 0 0.53 0.53 64.76 0.36 0.34
Hex 72 77 38 4 0 35 35 41 24 22
Octal 162 167 70 4 0 65 65 101 44 42
Binary 1110010 1110111 111000 100 0 110101 110101 1000001 100100 100010

Color Harmonies of #727738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727738

Black with #727738

Text Example


Text Example

White with #727738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727738; }

 p { color: rgb(114,119,56); }

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

background-color css

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

 a { background-color: rgb(114,119,56); }

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

border-color css

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

 span { border-color: rgb(114,119,56); }

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