Html Css Color HEX #7F7B63 Kokoda

📋 copy color: '#7F7B63'

red 127 ◦ green 123 ◦ blue 99

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

Shades of Kokoda #7F7B63

Tints of Kokoda #7F7B63

RGB

 RED value IS 127 (50% from 255) = 36.39%

 GREEN value IS 123 (48.44% from 255) = 35.24%

 BLUE value IS 99 (39.06% from 255) = 28.37%

R = 36.39%
G = 35.24%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.50

RGB Variations

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

Color information

#7F7B63 (or 0x7F7B63) is known color: Kokoda. HEX triplet: 7F, 7B and 63. RGB value is (127,123,99). Sum of RGB (Red+Green+Blue) = 127+123+99=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7B63 is #80849C. Grayscale: #797979. Windows color (decimal): -8422557 or 6519679. OLE color: 6519679.

HSL color Cylindrical-coordinate representation of color #7F7B63: hue angle of 51.43º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7F7B63 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 123 99 -
CMYK 0 0.03 0.22 0.50
HSL 51.43º 0.12% 0.44% -
HSV(B) 51.43º 0.22% 0.5% -
XYZ 18.09 19.58 14.63 -
YUV 121.46 115.33 131.95 -
System Red Green Blue C M Y K H S L
Decimal 127 123 99 0 0.03 0.22 0.50 51.43 0.12 0.44
Hex 7F 7B 63 0 3 16 32 33 C 2C
Octal 177 173 143 0 3 26 62 63 14 54
Binary 1111111 1111011 1100011 0 11 10110 110010 110011 1100 101100

Color Harmonies of #7F7B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7B63

Black with #7F7B63

Text Example


Text Example

White with #7F7B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F7B63; }

 p { color: rgb(127,123,99); }

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

background-color css

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

 a { background-color: rgb(127,123,99); }

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

border-color css

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

 span { border-color: rgb(127,123,99); }

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