Html Css Color HEX #726A30 Crete

📋 copy color: '#726A30'

red 114 ◦ green 106 ◦ blue 48

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

Shades of Crete #726A30

Tints of Crete #726A30

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.55%

 BLUE value IS 48 (19.14% from 255) = 17.91%

R = 42.54%
G = 39.55%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#726A30 (or 0x726A30) is known color: Crete. HEX triplet: 72, 6A and 30. RGB value is (114,106,48). Sum of RGB (Red+Green+Blue) = 114+106+48=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 114 - color contains mainly: red. Hex color #726A30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726A30 is #8D95CF. Grayscale: #666666. Windows color (decimal): -9278928 or 3172978. OLE color: 3172978.

HSL color Cylindrical-coordinate representation of color #726A30: hue angle of 52.73º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #726A30 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 106 48 -
CMYK 0 0.07 0.58 0.55
HSL 52.73º 0.41% 0.32% -
HSV(B) 52.73º 0.58% 0.45% -
XYZ 12.63 14.1 4.85 -
YUV 101.78 97.65 136.72 -
System Red Green Blue C M Y K H S L
Decimal 114 106 48 0 0.07 0.58 0.55 52.73 0.41 0.32
Hex 72 6A 30 0 7 3A 37 35 29 20
Octal 162 152 60 0 7 72 67 65 51 40
Binary 1110010 1101010 110000 0 111 111010 110111 110101 101001 100000

Color Harmonies of #726A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726A30

Black with #726A30

Text Example


Text Example

White with #726A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726A30; }

 p { color: rgb(114,106,48); }

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

background-color css

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

 a { background-color: rgb(114,106,48); }

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

border-color css

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

 span { border-color: rgb(114,106,48); }

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