Html Css Color HEX #727838 Crete

📋 copy color: '#727838'

red 114 ◦ green 120 ◦ blue 56

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

Shades of Crete #727838

Tints of Crete #727838

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.38%

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

R = 39.31%
G = 41.38%
B = 19.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#727838 (or 0x727838) is known color: Crete. HEX triplet: 72, 78 and 38. RGB value is (114,120,56). Sum of RGB (Red+Green+Blue) = 114+120+56=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 120 - color contains mainly: green. Hex color #727838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727838 is #8D87C7. Grayscale: #6F6F6F. Windows color (decimal): -9275336 or 3700850. OLE color: 3700850.

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

Color convert

RGB 114 120 56 -
CMYK 0.05 0 0.53 0.53
HSL 65.63º 0.36% 0.35% -
HSV(B) 65.63º 0.53% 0.47% -
XYZ 14.37 17.3 6.32 -
YUV 110.91 97.01 130.2 -
System Red Green Blue C M Y K H S L
Decimal 114 120 56 0.05 0 0.53 0.53 65.63 0.36 0.35
Hex 72 78 38 5 0 35 35 42 24 23
Octal 162 170 70 5 0 65 65 102 44 43
Binary 1110010 1111000 111000 101 0 110101 110101 1000010 100100 100011

Color Harmonies of #727838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727838

Black with #727838

Text Example


Text Example

White with #727838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727838; }

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

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

background-color css

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

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

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

border-color css

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

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

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