Html Css Color HEX #727055 Kokoda

📋 copy color: '#727055'

red 114 ◦ green 112 ◦ blue 85

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

Shades of Kokoda #727055

Tints of Kokoda #727055

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.01%

 BLUE value IS 85 (33.59% from 255) = 27.33%

R = 36.66%
G = 36.01%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#727055 (or 0x727055) is known color: Kokoda. HEX triplet: 72, 70 and 55. RGB value is (114,112,85). Sum of RGB (Red+Green+Blue) = 114+112+85=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 114 - color contains mainly: red. Hex color #727055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727055 is #8D8FAA. Grayscale: #6D6D6D. Windows color (decimal): -9277355 or 5599346. OLE color: 5599346.

HSL color Cylindrical-coordinate representation of color #727055: hue angle of 55.86º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #727055 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 112 85 -
CMYK 0 0.02 0.25 0.55
HSL 55.86º 0.15% 0.39% -
HSV(B) 55.86º 0.25% 0.45% -
XYZ 14.37 15.82 10.89 -
YUV 109.52 114.16 131.2 -
System Red Green Blue C M Y K H S L
Decimal 114 112 85 0 0.02 0.25 0.55 55.86 0.15 0.39
Hex 72 70 55 0 2 19 37 38 F 27
Octal 162 160 125 0 2 31 67 70 17 47
Binary 1110010 1110000 1010101 0 10 11001 110111 111000 1111 100111

Color Harmonies of #727055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727055

Black with #727055

Text Example


Text Example

White with #727055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727055; }

 p { color: rgb(114,112,85); }

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

background-color css

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

 a { background-color: rgb(114,112,85); }

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

border-color css

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

 span { border-color: rgb(114,112,85); }

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